Html Css Color HEX #74AD09 Christi

📋 copy color: '#74AD09'

red 116 ◦ green 173 ◦ blue 9

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

Shades of Christi #74AD09

Tints of Christi #74AD09

RGB

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

 GREEN value IS 173 (67.97% from 255) = 58.05%

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

R = 38.93%
G = 58.05%
B = 3.02%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#74AD09 (or 0x74AD09) is known color: Christi. HEX triplet: 74, AD and 09. RGB value is (116,173,9). Sum of RGB (Red+Green+Blue) = 116+173+9=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 173 (67.97% from 255 or 58.05% from 298); Blue value is 9 (3.91% from 255 or 3.02% from 298); Max value from RGB is 173 - color contains mainly: green. Hex color #74AD09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74AD09 is #8B52F6. Grayscale: #898989. Windows color (decimal): -9130743 or 634228. OLE color: 634228.

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

Color convert

RGB 116 173 9 -
CMYK 0.33 0 0.95 0.32
HSL 80.85º 0.9% 0.36% -
HSV(B) 80.85º 0.95% 0.68% -
XYZ 22.2 33.62 5.58 -
YUV 137.26 55.62 112.84 -
System Red Green Blue C M Y K H S L
Decimal 116 173 9 0.33 0 0.95 0.32 80.85 0.9 0.36
Hex 74 AD 9 21 0 5F 20 51 5A 24
Octal 164 255 11 41 0 137 40 121 132 44
Binary 1110100 10101101 1001 100001 0 1011111 100000 1010001 1011010 100100

Color Harmonies of #74AD09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AD09

Black with #74AD09

Text Example


Text Example

White with #74AD09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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