Html Css Color HEX #709A6D Laurel

📋 copy color: '#709A6D'

red 112 ◦ green 154 ◦ blue 109

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

Shades of Laurel #709A6D

Tints of Laurel #709A6D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.07%

 BLUE value IS 109 (42.97% from 255) = 29.07%

R = 29.87%
G = 41.07%
B = 29.07%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#709A6D (or 0x709A6D) is known color: Laurel. HEX triplet: 70, 9A and 6D. RGB value is (112,154,109). Sum of RGB (Red+Green+Blue) = 112+154+109=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 154 (60.55% from 255 or 41.07% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 154 - color contains mainly: green. Hex color #709A6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709A6D is #8F6592. Grayscale: #888888. Windows color (decimal): -9397651 or 7182960. OLE color: 7182960.

HSL color Cylindrical-coordinate representation of color #709A6D: hue angle of 116º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #709A6D is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 154 109 -
CMYK 0.27 0 0.29 0.40
HSL 116º 0.18% 0.52% -
HSV(B) 116º 0.29% 0.6% -
XYZ 21 27.66 18.7 -
YUV 136.31 112.59 110.66 -
System Red Green Blue C M Y K H S L
Decimal 112 154 109 0.27 0 0.29 0.40 116 0.18 0.52
Hex 70 9A 6D 1B 0 1D 28 74 12 34
Octal 160 232 155 33 0 35 50 164 22 64
Binary 1110000 10011010 1101101 11011 0 11101 101000 1110100 10010 110100

Color Harmonies of #709A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709A6D

Black with #709A6D

Text Example


Text Example

White with #709A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,154,109); }

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

background-color css

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

 a { background-color: rgb(112,154,109); }

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

border-color css

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

 span { border-color: rgb(112,154,109); }

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