Html Css Color HEX #74AB06 Christi

📋 copy color: '#74AB06'

red 116 ◦ green 171 ◦ blue 6

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

Shades of Christi #74AB06

Tints of Christi #74AB06

RGB

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

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

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

R = 39.59%
G = 58.36%
B = 2.05%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#74AB06 (or 0x74AB06) is known color: Christi. HEX triplet: 74, AB and 06. RGB value is (116,171,6). Sum of RGB (Red+Green+Blue) = 116+171+6=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 171 (67.19% from 255 or 58.36% from 293); Blue value is 6 (2.73% from 255 or 2.05% from 293); Max value from RGB is 171 - color contains mainly: green. Hex color #74AB06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74AB06 is #8B54F9. Grayscale: #888888. Windows color (decimal): -9131258 or 437108. OLE color: 437108.

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

Color convert

RGB 116 171 6 -
CMYK 0.32 0 0.96 0.33
HSL 80º 0.93% 0.35% -
HSV(B) 80º 0.96% 0.67% -
XYZ 21.8 32.85 5.36 -
YUV 135.75 54.78 113.92 -
System Red Green Blue C M Y K H S L
Decimal 116 171 6 0.32 0 0.96 0.33 80 0.93 0.35
Hex 74 AB 6 20 0 60 21 50 5D 23
Octal 164 253 6 40 0 140 41 120 135 43
Binary 1110100 10101011 110 100000 0 1100000 100001 1010000 1011101 100011

Color Harmonies of #74AB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AB06

Black with #74AB06

Text Example


Text Example

White with #74AB06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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