Html Css Color HEX #74AB0F Christi

📋 copy color: '#74AB0F'

red 116 ◦ green 171 ◦ blue 15

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

Shades of Christi #74AB0F

Tints of Christi #74AB0F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 56.62%

 BLUE value IS 15 (6.25% from 255) = 4.97%

R = 38.41%
G = 56.62%
B = 4.97%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#74AB0F (or 0x74AB0F) is known color: Christi. HEX triplet: 74, AB and 0F. RGB value is (116,171,15). Sum of RGB (Red+Green+Blue) = 116+171+15=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 171 (67.19% from 255 or 56.62% from 302); Blue value is 15 (6.25% from 255 or 4.97% from 302); Max value from RGB is 171 - color contains mainly: green. Hex color #74AB0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74AB0F is #8B54F0. Grayscale: #898989. Windows color (decimal): -9131249 or 1026932. OLE color: 1026932.

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

Color convert

RGB 116 171 15 -
CMYK 0.32 0 0.91 0.33
HSL 81.15º 0.84% 0.36% -
HSV(B) 81.15º 0.91% 0.67% -
XYZ 21.85 32.87 5.65 -
YUV 136.77 59.28 113.18 -
System Red Green Blue C M Y K H S L
Decimal 116 171 15 0.32 0 0.91 0.33 81.15 0.84 0.36
Hex 74 AB F 20 0 5B 21 51 54 24
Octal 164 253 17 40 0 133 41 121 124 44
Binary 1110100 10101011 1111 100000 0 1011011 100001 1010001 1010100 100100

Color Harmonies of #74AB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AB0F

Black with #74AB0F

Text Example


Text Example

White with #74AB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,171,15); }

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

background-color css

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

 a { background-color: rgb(116,171,15); }

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

border-color css

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

 span { border-color: rgb(116,171,15); }

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