Html Css Color HEX #77BB0E Christi

📋 copy color: '#77BB0E'

red 119 ◦ green 187 ◦ blue 14

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

Shades of Christi #77BB0E

Tints of Christi #77BB0E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 58.44%

 BLUE value IS 14 (5.86% from 255) = 4.38%

R = 37.19%
G = 58.44%
B = 4.38%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#77BB0E (or 0x77BB0E) is known color: Christi. HEX triplet: 77, BB and 0E. RGB value is (119,187,14). Sum of RGB (Red+Green+Blue) = 119+187+14=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 187 (73.44% from 255 or 58.44% from 320); Blue value is 14 (5.86% from 255 or 4.38% from 320); Max value from RGB is 187 - color contains mainly: green. Hex color #77BB0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77BB0E is #8844F1. Grayscale: #939393. Windows color (decimal): -8930546 or 965495. OLE color: 965495.

HSL color Cylindrical-coordinate representation of color #77BB0E: hue angle of 83.58º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #77BB0E is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB 119 187 14 -
CMYK 0.36 0 0.93 0.27
HSL 83.58º 0.86% 0.39% -
HSV(B) 83.58º 0.93% 0.73% -
XYZ 25.46 39.49 6.7 -
YUV 146.95 52.97 108.07 -
System Red Green Blue C M Y K H S L
Decimal 119 187 14 0.36 0 0.93 0.27 83.58 0.86 0.39
Hex 77 BB E 24 0 5D 1B 54 56 27
Octal 167 273 16 44 0 135 33 124 126 47
Binary 1110111 10111011 1110 100100 0 1011101 11011 1010100 1010110 100111

Color Harmonies of #77BB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BB0E

Black with #77BB0E

Text Example


Text Example

White with #77BB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,187,14); }

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

background-color css

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

 a { background-color: rgb(119,187,14); }

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

border-color css

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

 span { border-color: rgb(119,187,14); }

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