Html Css Color HEX #709D19 Christi

📋 copy color: '#709D19'

red 112 ◦ green 157 ◦ blue 25

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

Shades of Christi #709D19

Tints of Christi #709D19

RGB

 RED value IS 112 (44.14% from 255) = 38.1%

 GREEN value IS 157 (61.72% from 255) = 53.4%

 BLUE value IS 25 (10.16% from 255) = 8.5%

R = 38.1%
G = 53.4%
B = 8.5%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#709D19 (or 0x709D19) is known color: Christi. HEX triplet: 70, 9D and 19. RGB value is (112,157,25). Sum of RGB (Red+Green+Blue) = 112+157+25=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 157 (61.72% from 255 or 53.40% from 294); Blue value is 25 (10.16% from 255 or 8.50% from 294); Max value from RGB is 157 - color contains mainly: green. Hex color #709D19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709D19 is #8F62E6. Grayscale: #808080. Windows color (decimal): -9396967 or 1678704. OLE color: 1678704.

HSL color Cylindrical-coordinate representation of color #709D19: hue angle of 80.45º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #709D19 is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 157 25 -
CMYK 0.29 0 0.84 0.38
HSL 80.45º 0.73% 0.36% -
HSV(B) 80.45º 0.84% 0.62% -
XYZ 18.91 27.63 5.26 -
YUV 128.5 69.59 116.23 -
System Red Green Blue C M Y K H S L
Decimal 112 157 25 0.29 0 0.84 0.38 80.45 0.73 0.36
Hex 70 9D 19 1D 0 54 26 50 49 24
Octal 160 235 31 35 0 124 46 120 111 44
Binary 1110000 10011101 11001 11101 0 1010100 100110 1010000 1001001 100100

Color Harmonies of #709D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709D19

Black with #709D19

Text Example


Text Example

White with #709D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709D19; }

 p { color: rgb(112,157,25); }

 H1.HeaderClassName
 {
   color: #709D19;
 }
 .AnyTagClassName
 {
   color: #709D19;
 }
</style>

background-color css

<style>
 a { background-color: #709D19; }

 a { background-color: rgb(112,157,25); }

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

border-color css

<style>
 span { border-color: #709D19; }

 span { border-color: rgb(112,157,25); }

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