Html Css Color HEX #74AA09 Christi

📋 copy color: '#74AA09'

red 116 ◦ green 170 ◦ blue 9

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

Shades of Christi #74AA09

Tints of Christi #74AA09

RGB

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

 GREEN value IS 170 (66.8% from 255) = 57.63%

 BLUE value IS 9 (3.91% from 255) = 3.05%

R = 39.32%
G = 57.63%
B = 3.05%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#74AA09 (or 0x74AA09) is known color: Christi. HEX triplet: 74, AA and 09. RGB value is (116,170,9). Sum of RGB (Red+Green+Blue) = 116+170+9=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 170 (66.80% from 255 or 57.63% from 295); Blue value is 9 (3.91% from 255 or 3.05% from 295); Max value from RGB is 170 - color contains mainly: green. Hex color #74AA09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74AA09 is #8B55F6. Grayscale: #888888. Windows color (decimal): -9131511 or 633460. OLE color: 633460.

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

Color convert

RGB 116 170 9 -
CMYK 0.32 0 0.95 0.33
HSL 80.12º 0.9% 0.35% -
HSV(B) 80.12º 0.95% 0.67% -
XYZ 21.63 32.48 5.39 -
YUV 135.5 56.61 114.09 -
System Red Green Blue C M Y K H S L
Decimal 116 170 9 0.32 0 0.95 0.33 80.12 0.9 0.35
Hex 74 AA 9 20 0 5F 21 50 5A 23
Octal 164 252 11 40 0 137 41 120 132 43
Binary 1110100 10101010 1001 100000 0 1011111 100001 1010000 1011010 100011

Color Harmonies of #74AA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AA09

Black with #74AA09

Text Example


Text Example

White with #74AA09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,170,9); }

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

background-color css

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

 a { background-color: rgb(116,170,9); }

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

border-color css

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

 span { border-color: rgb(116,170,9); }

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