Html Css Color HEX #709F28 Christi

📋 copy color: '#709F28'

red 112 ◦ green 159 ◦ blue 40

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

Shades of Christi #709F28

Tints of Christi #709F28

RGB

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

 GREEN value IS 159 (62.5% from 255) = 51.13%

 BLUE value IS 40 (16.02% from 255) = 12.86%

R = 36.01%
G = 51.13%
B = 12.86%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.75

 K value IS 0.38

RGB Variations

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

Color information

#709F28 (or 0x709F28) is known color: Christi. HEX triplet: 70, 9F and 28. RGB value is (112,159,40). Sum of RGB (Red+Green+Blue) = 112+159+40=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 159 (62.5% from 255 or 51.13% from 311); Blue value is 40 (16.02% from 255 or 12.86% from 311); Max value from RGB is 159 - color contains mainly: green. Hex color #709F28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709F28 is #8F60D7. Grayscale: #838383. Windows color (decimal): -9396440 or 2662256. OLE color: 2662256.

HSL color Cylindrical-coordinate representation of color #709F28: hue angle of 83.7º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #709F28 is Cyan = 0.30, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 159 40 -
CMYK 0.30 0 0.75 0.38
HSL 83.7º 0.6% 0.39% -
HSV(B) 83.7º 0.75% 0.62% -
XYZ 19.46 28.39 6.46 -
YUV 131.38 76.43 114.18 -
System Red Green Blue C M Y K H S L
Decimal 112 159 40 0.30 0 0.75 0.38 83.7 0.6 0.39
Hex 70 9F 28 1E 0 4B 26 54 3C 27
Octal 160 237 50 36 0 113 46 124 74 47
Binary 1110000 10011111 101000 11110 0 1001011 100110 1010100 111100 100111

Color Harmonies of #709F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709F28

Black with #709F28

Text Example


Text Example

White with #709F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,159,40); }

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

background-color css

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

 a { background-color: rgb(112,159,40); }

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

border-color css

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

 span { border-color: rgb(112,159,40); }

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