Html Css Color HEX #709705 Christi

📋 copy color: '#709705'

red 112 ◦ green 151 ◦ blue 5

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

Shades of Christi #709705

Tints of Christi #709705

RGB

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

 GREEN value IS 151 (59.38% from 255) = 56.34%

 BLUE value IS 5 (2.34% from 255) = 1.87%

R = 41.79%
G = 56.34%
B = 1.87%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#709705 (or 0x709705) is known color: Christi. HEX triplet: 70, 97 and 05. RGB value is (112,151,5). Sum of RGB (Red+Green+Blue) = 112+151+5=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 151 (59.38% from 255 or 56.34% from 268); Blue value is 5 (2.34% from 255 or 1.87% from 268); Max value from RGB is 151 - color contains mainly: green. Hex color #709705 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709705 is #8F68FA. Grayscale: #7B7B7B. Windows color (decimal): -9398523 or 366448. OLE color: 366448.

HSL color Cylindrical-coordinate representation of color #709705: hue angle of 76.03º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #709705 is Cyan = 0.26, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 151 5 -
CMYK 0.26 0 0.97 0.41
HSL 76.03º 0.94% 0.31% -
HSV(B) 76.03º 0.97% 0.59% -
XYZ 17.78 25.59 4.15 -
YUV 122.7 61.58 120.37 -
System Red Green Blue C M Y K H S L
Decimal 112 151 5 0.26 0 0.97 0.41 76.03 0.94 0.31
Hex 70 97 5 1A 0 61 29 4C 5E 1F
Octal 160 227 5 32 0 141 51 114 136 37
Binary 1110000 10010111 101 11010 0 1100001 101001 1001100 1011110 11111

Color Harmonies of #709705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709705

Black with #709705

Text Example


Text Example

White with #709705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709705; }

 p { color: rgb(112,151,5); }

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

background-color css

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

 a { background-color: rgb(112,151,5); }

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

border-color css

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

 span { border-color: rgb(112,151,5); }

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