Html Css Color HEX #709D1D Christi

📋 copy color: '#709D1D'

red 112 ◦ green 157 ◦ blue 29

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

Shades of Christi #709D1D

Tints of Christi #709D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.73%

R = 37.58%
G = 52.68%
B = 9.73%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#709D1D (or 0x709D1D) is known color: Christi. HEX triplet: 70, 9D and 1D. RGB value is (112,157,29). Sum of RGB (Red+Green+Blue) = 112+157+29=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 157 (61.72% from 255 or 52.68% from 298); Blue value is 29 (11.72% from 255 or 9.73% from 298); Max value from RGB is 157 - color contains mainly: green. Hex color #709D1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709D1D is #8F62E2. Grayscale: #818181. Windows color (decimal): -9396963 or 1940848. OLE color: 1940848.

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

Color convert

RGB 112 157 29 -
CMYK 0.29 0 0.82 0.38
HSL 81.09º 0.69% 0.36% -
HSV(B) 81.09º 0.82% 0.62% -
XYZ 18.96 27.65 5.5 -
YUV 128.95 71.59 115.91 -
System Red Green Blue C M Y K H S L
Decimal 112 157 29 0.29 0 0.82 0.38 81.09 0.69 0.36
Hex 70 9D 1D 1D 0 52 26 51 45 24
Octal 160 235 35 35 0 122 46 121 105 44
Binary 1110000 10011101 11101 11101 0 1010010 100110 1010001 1000101 100100

Color Harmonies of #709D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709D1D

Black with #709D1D

Text Example


Text Example

White with #709D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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