Html Css Color HEX #77CB06 Christi

📋 copy color: '#77CB06'

red 119 ◦ green 203 ◦ blue 6

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

Shades of Christi #77CB06

Tints of Christi #77CB06

RGB

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

 GREEN value IS 203 (79.69% from 255) = 61.89%

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

R = 36.28%
G = 61.89%
B = 1.83%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#77CB06 (or 0x77CB06) is known color: Christi. HEX triplet: 77, CB and 06. RGB value is (119,203,6). Sum of RGB (Red+Green+Blue) = 119+203+6=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 203 (79.69% from 255 or 61.89% from 328); Blue value is 6 (2.73% from 255 or 1.83% from 328); Max value from RGB is 203 - color contains mainly: green. Hex color #77CB06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77CB06 is #8834F9. Grayscale: #9C9C9C. Windows color (decimal): -8926458 or 445303. OLE color: 445303.

HSL color Cylindrical-coordinate representation of color #77CB06: hue angle of 85.58º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #77CB06 is Cyan = 0.41, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.20.

Color convert

RGB 119 203 6 -
CMYK 0.41 0 0.97 0.20
HSL 85.58º 0.94% 0.41% -
HSV(B) 85.58º 0.97% 0.8% -
XYZ 29 46.65 7.65 -
YUV 155.43 43.67 102.02 -
System Red Green Blue C M Y K H S L
Decimal 119 203 6 0.41 0 0.97 0.20 85.58 0.94 0.41
Hex 77 CB 6 29 0 61 14 56 5E 29
Octal 167 313 6 51 0 141 24 126 136 51
Binary 1110111 11001011 110 101001 0 1100001 10100 1010110 1011110 101001

Color Harmonies of #77CB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CB06

Black with #77CB06

Text Example


Text Example

White with #77CB06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,203,6); }

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

background-color css

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

 a { background-color: rgb(119,203,6); }

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

border-color css

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

 span { border-color: rgb(119,203,6); }

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