Html Css Color HEX #77B00C Christi

📋 copy color: '#77B00C'

red 119 ◦ green 176 ◦ blue 12

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

Shades of Christi #77B00C

Tints of Christi #77B00C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.91%

R = 38.76%
G = 57.33%
B = 3.91%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#77B00C (or 0x77B00C) is known color: Christi. HEX triplet: 77, B0 and 0C. RGB value is (119,176,12). Sum of RGB (Red+Green+Blue) = 119+176+12=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 176 (69.14% from 255 or 57.33% from 307); Blue value is 12 (5.08% from 255 or 3.91% from 307); Max value from RGB is 176 - color contains mainly: green. Hex color #77B00C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77B00C is #884FF3. Grayscale: #8C8C8C. Windows color (decimal): -8933364 or 831607. OLE color: 831607.

HSL color Cylindrical-coordinate representation of color #77B00C: hue angle of 80.85º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #77B00C is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 119 176 12 -
CMYK 0.32 0 0.93 0.31
HSL 80.85º 0.87% 0.37% -
HSV(B) 80.85º 0.93% 0.69% -
XYZ 23.2 35 5.88 -
YUV 140.26 55.62 112.84 -
System Red Green Blue C M Y K H S L
Decimal 119 176 12 0.32 0 0.93 0.31 80.85 0.87 0.37
Hex 77 B0 C 20 0 5D 1F 51 57 25
Octal 167 260 14 40 0 135 37 121 127 45
Binary 1110111 10110000 1100 100000 0 1011101 11111 1010001 1010111 100101

Color Harmonies of #77B00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B00C

Black with #77B00C

Text Example


Text Example

White with #77B00C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,176,12); }

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

background-color css

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

 a { background-color: rgb(119,176,12); }

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

border-color css

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

 span { border-color: rgb(119,176,12); }

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