Html Css Color HEX #77990F Christi

📋 copy color: '#77990F'

red 119 ◦ green 153 ◦ blue 15

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

Shades of Christi #77990F

Tints of Christi #77990F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 53.31%

 BLUE value IS 15 (6.25% from 255) = 5.23%

R = 41.46%
G = 53.31%
B = 5.23%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#77990F (or 0x77990F) is known color: Christi. HEX triplet: 77, 99 and 0F. RGB value is (119,153,15). Sum of RGB (Red+Green+Blue) = 119+153+15=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 153 (60.16% from 255 or 53.31% from 287); Blue value is 15 (6.25% from 255 or 5.23% from 287); Max value from RGB is 153 - color contains mainly: green. Hex color #77990F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77990F is #8866F0. Grayscale: #7F7F7F. Windows color (decimal): -8939249 or 1022327. OLE color: 1022327.

HSL color Cylindrical-coordinate representation of color #77990F: hue angle of 74.78º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #77990F is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 119 153 15 -
CMYK 0.22 0 0.90 0.4
HSL 74.78º 0.82% 0.33% -
HSV(B) 74.78º 0.9% 0.6% -
XYZ 19.09 26.74 4.61 -
YUV 127.1 64.74 122.22 -
System Red Green Blue C M Y K H S L
Decimal 119 153 15 0.22 0 0.90 0.4 74.78 0.82 0.33
Hex 77 99 F 16 0 5A 28 4B 52 21
Octal 167 231 17 26 0 132 50 113 122 41
Binary 1110111 10011001 1111 10110 0 1011010 101000 1001011 1010010 100001

Color Harmonies of #77990F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77990F

Black with #77990F

Text Example


Text Example

White with #77990F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77990F; }

 p { color: rgb(119,153,15); }

 H1.HeaderClassName
 {
   color: #77990F;
 }
 .AnyTagClassName
 {
   color: #77990F;
 }
</style>

background-color css

<style>
 a { background-color: #77990F; }

 a { background-color: rgb(119,153,15); }

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

border-color css

<style>
 span { border-color: #77990F; }

 span { border-color: rgb(119,153,15); }

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