Html Css Color HEX #709C1D Christi

📋 copy color: '#709C1D'

red 112 ◦ green 156 ◦ blue 29

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

Shades of Christi #709C1D

Tints of Christi #709C1D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 52.53%

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

R = 37.71%
G = 52.53%
B = 9.76%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.81

 K value IS 0.39

RGB Variations

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

Color information

#709C1D (or 0x709C1D) is known color: Christi. HEX triplet: 70, 9C and 1D. RGB value is (112,156,29). Sum of RGB (Red+Green+Blue) = 112+156+29=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 156 (61.33% from 255 or 52.53% from 297); Blue value is 29 (11.72% from 255 or 9.76% from 297); Max value from RGB is 156 - color contains mainly: green. Hex color #709C1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709C1D is #8F63E2. Grayscale: #808080. Windows color (decimal): -9397219 or 1940592. OLE color: 1940592.

HSL color Cylindrical-coordinate representation of color #709C1D: hue angle of 80.79º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #709C1D is Cyan = 0.28, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 156 29 -
CMYK 0.28 0 0.81 0.39
HSL 80.79º 0.69% 0.36% -
HSV(B) 80.79º 0.81% 0.61% -
XYZ 18.79 27.31 5.44 -
YUV 128.37 71.92 116.33 -
System Red Green Blue C M Y K H S L
Decimal 112 156 29 0.28 0 0.81 0.39 80.79 0.69 0.36
Hex 70 9C 1D 1C 0 51 27 51 45 24
Octal 160 234 35 34 0 121 47 121 105 44
Binary 1110000 10011100 11101 11100 0 1010001 100111 1010001 1000101 100100

Color Harmonies of #709C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709C1D

Black with #709C1D

Text Example


Text Example

White with #709C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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