Html Css Color HEX #74B012 Christi

📋 copy color: '#74B012'

red 116 ◦ green 176 ◦ blue 18

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

Shades of Christi #74B012

Tints of Christi #74B012

RGB

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

 GREEN value IS 176 (69.14% from 255) = 56.77%

 BLUE value IS 18 (7.42% from 255) = 5.81%

R = 37.42%
G = 56.77%
B = 5.81%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#74B012 (or 0x74B012) is known color: Christi. HEX triplet: 74, B0 and 12. RGB value is (116,176,18). Sum of RGB (Red+Green+Blue) = 116+176+18=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 176 (69.14% from 255 or 56.77% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 176 - color contains mainly: green. Hex color #74B012 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74B012 is #8B4FED. Grayscale: #8C8C8C. Windows color (decimal): -9129966 or 1224820. OLE color: 1224820.

HSL color Cylindrical-coordinate representation of color #74B012: hue angle of 82.78º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #74B012 is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 116 176 18 -
CMYK 0.34 0 0.90 0.31
HSL 82.78º 0.81% 0.38% -
HSV(B) 82.78º 0.9% 0.69% -
XYZ 22.84 34.81 6.09 -
YUV 140.05 59.12 110.85 -
System Red Green Blue C M Y K H S L
Decimal 116 176 18 0.34 0 0.90 0.31 82.78 0.81 0.38
Hex 74 B0 12 22 0 5A 1F 53 51 26
Octal 164 260 22 42 0 132 37 123 121 46
Binary 1110100 10110000 10010 100010 0 1011010 11111 1010011 1010001 100110

Color Harmonies of #74B012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B012

Black with #74B012

Text Example


Text Example

White with #74B012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,176,18); }

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

background-color css

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

 a { background-color: rgb(116,176,18); }

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

border-color css

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

 span { border-color: rgb(116,176,18); }

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