Html Css Color HEX #74AE06 Christi

📋 copy color: '#74AE06'

red 116 ◦ green 174 ◦ blue 6

#74AE06
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christi #74AE06

Tints of Christi #74AE06

RGB

 RED value IS 116 (45.7% from 255) = 39.19%

 GREEN value IS 174 (68.36% from 255) = 58.78%

 BLUE value IS 6 (2.73% from 255) = 2.03%

R = 39.19%
G = 58.78%
B = 2.03%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.97

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#74AE06 (or 0x74AE06) is known color: Christi. HEX triplet: 74, AE and 06. RGB value is (116,174,6). Sum of RGB (Red+Green+Blue) = 116+174+6=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 174 (68.36% from 255 or 58.78% from 296); Blue value is 6 (2.73% from 255 or 2.03% from 296); Max value from RGB is 174 - color contains mainly: green. Hex color #74AE06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74AE06 is #8B51F9. Grayscale: #8A8A8A. Windows color (decimal): -9130490 or 437876. OLE color: 437876.

HSL color Cylindrical-coordinate representation of color #74AE06: hue angle of 80.71º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #74AE06 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB 116 174 6 -
CMYK 0.33 0 0.97 0.32
HSL 80.71º 0.93% 0.35% -
HSV(B) 80.71º 0.97% 0.68% -
XYZ 22.37 34 5.56 -
YUV 137.51 53.78 112.66 -
System Red Green Blue C M Y K H S L
Decimal 116 174 6 0.33 0 0.97 0.32 80.71 0.93 0.35
Hex 74 AE 6 21 0 61 20 51 5D 23
Octal 164 256 6 41 0 141 40 121 135 43
Binary 1110100 10101110 110 100001 0 1100001 100000 1010001 1011101 100011

Color Harmonies of #74AE06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AE06

Black with #74AE06

Text Example


Text Example

White with #74AE06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74AE06; }

 p { color: rgb(116,174,6); }

 H1.HeaderClassName
 {
   color: #74AE06;
 }
 .AnyTagClassName
 {
   color: #74AE06;
 }
</style>

background-color css

<style>
 a { background-color: #74AE06; }

 a { background-color: rgb(116,174,6); }

 div.DivClassName
 {
   background-color: #74AE06;
 }
 .BgClassName
 {
   background-color: #74AE06;
 }
</style>

border-color css

<style>
 span { border-color: #74AE06; }

 span { border-color: rgb(116,174,6); }

 td.TdClassName
 {
   border-color: #74AE06;
 }
 .TagClassName
 {
   border-color: #74AE06;
 }
</style>