Html Css Color HEX #709C0F Christi

📋 copy color: '#709C0F'

red 112 ◦ green 156 ◦ blue 15

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

Shades of Christi #709C0F

Tints of Christi #709C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.3%

R = 39.58%
G = 55.12%
B = 5.3%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#709C0F (or 0x709C0F) is known color: Christi. HEX triplet: 70, 9C and 0F. RGB value is (112,156,15). Sum of RGB (Red+Green+Blue) = 112+156+15=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 156 (61.33% from 255 or 55.12% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 156 - color contains mainly: green. Hex color #709C0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709C0F is #8F63F0. Grayscale: #7F7F7F. Windows color (decimal): -9397233 or 1023088. OLE color: 1023088.

HSL color Cylindrical-coordinate representation of color #709C0F: hue angle of 78.72º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #709C0F is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 156 15 -
CMYK 0.28 0 0.90 0.39
HSL 78.72º 0.82% 0.34% -
HSV(B) 78.72º 0.9% 0.61% -
XYZ 18.66 27.26 4.73 -
YUV 126.77 64.92 117.46 -
System Red Green Blue C M Y K H S L
Decimal 112 156 15 0.28 0 0.90 0.39 78.72 0.82 0.34
Hex 70 9C F 1C 0 5A 27 4F 52 22
Octal 160 234 17 34 0 132 47 117 122 42
Binary 1110000 10011100 1111 11100 0 1011010 100111 1001111 1010010 100010

Color Harmonies of #709C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709C0F

Black with #709C0F

Text Example


Text Example

White with #709C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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