Html Css Color HEX #77B712 Christi

📋 copy color: '#77B712'

red 119 ◦ green 183 ◦ blue 18

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

Shades of Christi #77B712

Tints of Christi #77B712

RGB

 RED value IS 119 (46.88% from 255) = 37.19%

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

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

R = 37.19%
G = 57.19%
B = 5.63%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#77B712 (or 0x77B712) is known color: Christi. HEX triplet: 77, B7 and 12. RGB value is (119,183,18). Sum of RGB (Red+Green+Blue) = 119+183+18=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 183 (71.88% from 255 or 57.19% from 320); Blue value is 18 (7.42% from 255 or 5.62% from 320); Max value from RGB is 183 - color contains mainly: green. Hex color #77B712 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77B712 is #8848ED. Grayscale: #919191. Windows color (decimal): -8931566 or 1226615. OLE color: 1226615.

HSL color Cylindrical-coordinate representation of color #77B712: hue angle of 83.27º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #77B712 is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 119 183 18 -
CMYK 0.35 0 0.90 0.28
HSL 83.27º 0.82% 0.39% -
HSV(B) 83.27º 0.9% 0.72% -
XYZ 24.65 37.83 6.58 -
YUV 145.05 56.3 109.42 -
System Red Green Blue C M Y K H S L
Decimal 119 183 18 0.35 0 0.90 0.28 83.27 0.82 0.39
Hex 77 B7 12 23 0 5A 1C 53 52 27
Octal 167 267 22 43 0 132 34 123 122 47
Binary 1110111 10110111 10010 100011 0 1011010 11100 1010011 1010010 100111

Color Harmonies of #77B712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B712

Black with #77B712

Text Example


Text Example

White with #77B712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77B712; }

 p { color: rgb(119,183,18); }

 H1.HeaderClassName
 {
   color: #77B712;
 }
 .AnyTagClassName
 {
   color: #77B712;
 }
</style>

background-color css

<style>
 a { background-color: #77B712; }

 a { background-color: rgb(119,183,18); }

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

border-color css

<style>
 span { border-color: #77B712; }

 span { border-color: rgb(119,183,18); }

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