#77BF0D

Color #77BF0D Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #77BF0D

Tints of Christi #77BF0D

Color information

#77BF0D (or 0x77BF0D) is unknown color: approx Christi. HEX triplet: 77, BF and 0D. RGB value is (119,191,13). Sum of RGB (Red+Green+Blue) = 119+191+13=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 191 (75% from 255 or 59.13% from 323); Blue value is 13 (5.47% from 255 or 4.02% from 323); Max value from RGB is 191 - color contains mainly: green. Hex color #77BF0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77BF0D is #8840F2. Grayscale: #959595. Windows color (decimal): -8929523 or 900983. OLE color: 900983.

HSL color Cylindrical-coordinate representation of color #77BF0D: hue angle of 84.27º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #77BF0D is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB11919113-
CMYK0.3800.930.25
HSL84.27º87.25%40%-
HSV(B)84.27º93.19%74.9%-
XYZ26.3141.216.95-
YUV149.1851.15106.47-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.84%
GREEN value IS 191 (75% from 255) = 59.13%
BLUE value IS 13 (5.47% from 255) = 4.02%
R=36.84%
G=59.13%
B=4.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal119191130.3800.930.2584.2787.2540
Hex77BFD2605D19545728
Octal167277154601353112412750
Binary1110111101111111101100110010111011100110101001010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BF0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,191,13); }

 H1.HeaderClassName
 {
   color: #77BF0D;
 }
 .AnyTagClassName
 {
   color: #77BF0D;
 }
</style>
background-color css

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

 a { background-color: rgb(119,191,13); }

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

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

 span { border-color: rgb(119,191,13); }

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