Html Css Color HEX #74A806 Christi

📋 copy color: '#74A806'

red 116 ◦ green 168 ◦ blue 6

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

Shades of Christi #74A806

Tints of Christi #74A806

RGB

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

 GREEN value IS 168 (66.02% from 255) = 57.93%

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

R = 40%
G = 57.93%
B = 2.07%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.96

 K value IS 0.34

RGB Variations

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

Color information

#74A806 (or 0x74A806) is known color: Christi. HEX triplet: 74, A8 and 06. RGB value is (116,168,6). Sum of RGB (Red+Green+Blue) = 116+168+6=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 168 (66.02% from 255 or 57.93% from 290); Blue value is 6 (2.73% from 255 or 2.07% from 290); Max value from RGB is 168 - color contains mainly: green. Hex color #74A806 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74A806 is #8B57F9. Grayscale: #868686. Windows color (decimal): -9132026 or 436340. OLE color: 436340.

HSL color Cylindrical-coordinate representation of color #74A806: hue angle of 79.26º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #74A806 is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.34.

Color convert

RGB 116 168 6 -
CMYK 0.31 0 0.96 0.34
HSL 79.26º 0.93% 0.34% -
HSV(B) 79.26º 0.96% 0.66% -
XYZ 21.24 31.73 5.18 -
YUV 133.98 55.77 115.17 -
System Red Green Blue C M Y K H S L
Decimal 116 168 6 0.31 0 0.96 0.34 79.26 0.93 0.34
Hex 74 A8 6 1F 0 60 22 4F 5D 22
Octal 164 250 6 37 0 140 42 117 135 42
Binary 1110100 10101000 110 11111 0 1100000 100010 1001111 1011101 100010

Color Harmonies of #74A806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A806

Black with #74A806

Text Example


Text Example

White with #74A806

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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