Html Css Color HEX #74B706 Christi

📋 copy color: '#74B706'

red 116 ◦ green 183 ◦ blue 6

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

Shades of Christi #74B706

Tints of Christi #74B706

RGB

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

 GREEN value IS 183 (71.88% from 255) = 60%

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

R = 38.03%
G = 60%
B = 1.97%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#74B706 (or 0x74B706) is known color: Christi. HEX triplet: 74, B7 and 06. RGB value is (116,183,6). Sum of RGB (Red+Green+Blue) = 116+183+6=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 183 (71.88% from 255 or 60% from 305); Blue value is 6 (2.73% from 255 or 1.97% from 305); Max value from RGB is 183 - color contains mainly: green. Hex color #74B706 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74B706 is #8B48F9. Grayscale: #8F8F8F. Windows color (decimal): -9128186 or 440180. OLE color: 440180.

HSL color Cylindrical-coordinate representation of color #74B706: hue angle of 82.71º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #74B706 is Cyan = 0.37, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB 116 183 6 -
CMYK 0.37 0 0.97 0.28
HSL 82.71º 0.94% 0.37% -
HSV(B) 82.71º 0.97% 0.72% -
XYZ 24.17 37.59 6.15 -
YUV 142.79 50.8 108.89 -
System Red Green Blue C M Y K H S L
Decimal 116 183 6 0.37 0 0.97 0.28 82.71 0.94 0.37
Hex 74 B7 6 25 0 61 1C 53 5E 25
Octal 164 267 6 45 0 141 34 123 136 45
Binary 1110100 10110111 110 100101 0 1100001 11100 1010011 1011110 100101

Color Harmonies of #74B706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B706

Black with #74B706

Text Example


Text Example

White with #74B706

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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