Html Css Color HEX #77980D Christi

📋 copy color: '#77980D'

red 119 ◦ green 152 ◦ blue 13

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

Shades of Christi #77980D

Tints of Christi #77980D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 53.52%

 BLUE value IS 13 (5.47% from 255) = 4.58%

R = 41.9%
G = 53.52%
B = 4.58%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#77980D (or 0x77980D) is known color: Christi. HEX triplet: 77, 98 and 0D. RGB value is (119,152,13). Sum of RGB (Red+Green+Blue) = 119+152+13=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 152 (59.77% from 255 or 53.52% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 152 - color contains mainly: green. Hex color #77980D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77980D is #8867F2. Grayscale: #7E7E7E. Windows color (decimal): -8939507 or 890999. OLE color: 890999.

HSL color Cylindrical-coordinate representation of color #77980D: hue angle of 74.24º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #77980D is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB 119 152 13 -
CMYK 0.22 0 0.91 0.40
HSL 74.24º 0.84% 0.32% -
HSV(B) 74.24º 0.91% 0.6% -
XYZ 18.91 26.41 4.48 -
YUV 126.29 64.07 122.8 -
System Red Green Blue C M Y K H S L
Decimal 119 152 13 0.22 0 0.91 0.40 74.24 0.84 0.32
Hex 77 98 D 16 0 5B 28 4A 54 20
Octal 167 230 15 26 0 133 50 112 124 40
Binary 1110111 10011000 1101 10110 0 1011011 101000 1001010 1010100 100000

Color Harmonies of #77980D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77980D

Black with #77980D

Text Example


Text Example

White with #77980D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77980D; }

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

 H1.HeaderClassName
 {
   color: #77980D;
 }
 .AnyTagClassName
 {
   color: #77980D;
 }
</style>

background-color css

<style>
 a { background-color: #77980D; }

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

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

border-color css

<style>
 span { border-color: #77980D; }

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

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