Html Css Color HEX #78990F Christi

📋 copy color: '#78990F'

red 120 ◦ green 153 ◦ blue 15

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

Shades of Christi #78990F

Tints of Christi #78990F

RGB

 RED value IS 120 (47.27% from 255) = 41.67%

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

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

R = 41.67%
G = 53.13%
B = 5.21%

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

#78990F (or 0x78990F) is known color: Christi. HEX triplet: 78, 99 and 0F. RGB value is (120,153,15). Sum of RGB (Red+Green+Blue) = 120+153+15=288 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.67% from 288); Green value is 153 (60.16% from 255 or 53.12% from 288); Blue value is 15 (6.25% from 255 or 5.21% from 288); Max value from RGB is 153 - color contains mainly: green. Hex color #78990F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78990F is #8766F0. Grayscale: #7F7F7F. Windows color (decimal): -8873713 or 1022328. OLE color: 1022328.

HSL color Cylindrical-coordinate representation of color #78990F: hue angle of 74.35º 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 #78990F is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 120 153 15 -
CMYK 0.22 0 0.90 0.4
HSL 74.35º 0.82% 0.33% -
HSV(B) 74.35º 0.9% 0.6% -
XYZ 19.22 26.81 4.61 -
YUV 127.4 64.57 122.72 -
System Red Green Blue C M Y K H S L
Decimal 120 153 15 0.22 0 0.90 0.4 74.35 0.82 0.33
Hex 78 99 F 16 0 5A 28 4A 52 21
Octal 170 231 17 26 0 132 50 112 122 41
Binary 1111000 10011001 1111 10110 0 1011010 101000 1001010 1010010 100001

Color Harmonies of #78990F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78990F

Black with #78990F

Text Example


Text Example

White with #78990F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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