Html Css Color HEX #77C308 Christi

📋 copy color: '#77C308'

red 119 ◦ green 195 ◦ blue 8

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

Shades of Christi #77C308

Tints of Christi #77C308

RGB

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

 GREEN value IS 195 (76.56% from 255) = 60.56%

 BLUE value IS 8 (3.52% from 255) = 2.48%

R = 36.96%
G = 60.56%
B = 2.48%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#77C308 (or 0x77C308) is known color: Christi. HEX triplet: 77, C3 and 08. RGB value is (119,195,8). Sum of RGB (Red+Green+Blue) = 119+195+8=322 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.96% from 322); Green value is 195 (76.56% from 255 or 60.56% from 322); Blue value is 8 (3.52% from 255 or 2.48% from 322); Max value from RGB is 195 - color contains mainly: green. Hex color #77C308 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77C308 is #883CF7. Grayscale: #979797. Windows color (decimal): -8928504 or 574327. OLE color: 574327.

HSL color Cylindrical-coordinate representation of color #77C308: hue angle of 84.39º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #77C308 is Cyan = 0.39, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 119 195 8 -
CMYK 0.39 0 0.96 0.24
HSL 84.39º 0.92% 0.4% -
HSV(B) 84.39º 0.96% 0.76% -
XYZ 27.17 42.97 7.09 -
YUV 150.96 47.32 105.21 -
System Red Green Blue C M Y K H S L
Decimal 119 195 8 0.39 0 0.96 0.24 84.39 0.92 0.4
Hex 77 C3 8 27 0 60 18 54 5C 28
Octal 167 303 10 47 0 140 30 124 134 50
Binary 1110111 11000011 1000 100111 0 1100000 11000 1010100 1011100 101000

Color Harmonies of #77C308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C308

Black with #77C308

Text Example


Text Example

White with #77C308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,195,8); }

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

background-color css

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

 a { background-color: rgb(119,195,8); }

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

border-color css

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

 span { border-color: rgb(119,195,8); }

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