Html Css Color HEX #709F1D Christi

📋 copy color: '#709F1D'

red 112 ◦ green 159 ◦ blue 29

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

Shades of Christi #709F1D

Tints of Christi #709F1D

RGB

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

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

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

R = 37.33%
G = 53%
B = 9.67%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#709F1D (or 0x709F1D) is known color: Christi. HEX triplet: 70, 9F and 1D. RGB value is (112,159,29). Sum of RGB (Red+Green+Blue) = 112+159+29=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 159 (62.5% from 255 or 53% from 300); Blue value is 29 (11.72% from 255 or 9.67% from 300); Max value from RGB is 159 - color contains mainly: green. Hex color #709F1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709F1D is #8F60E2. Grayscale: #828282. Windows color (decimal): -9396451 or 1941360. OLE color: 1941360.

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

Color convert

RGB 112 159 29 -
CMYK 0.30 0 0.82 0.38
HSL 81.69º 0.69% 0.37% -
HSV(B) 81.69º 0.82% 0.62% -
XYZ 19.3 28.33 5.61 -
YUV 130.13 70.93 115.07 -
System Red Green Blue C M Y K H S L
Decimal 112 159 29 0.30 0 0.82 0.38 81.69 0.69 0.37
Hex 70 9F 1D 1E 0 52 26 52 45 25
Octal 160 237 35 36 0 122 46 122 105 45
Binary 1110000 10011111 11101 11110 0 1010010 100110 1010010 1000101 100101

Color Harmonies of #709F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709F1D

Black with #709F1D

Text Example


Text Example

White with #709F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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