Html Css Color HEX #08864C Salem

📋 copy color: '#08864C'

red 8 ◦ green 134 ◦ blue 76

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

Shades of Salem #08864C

Tints of Salem #08864C

RGB

 RED value IS 8 (3.52% from 255) = 3.67%

 GREEN value IS 134 (52.73% from 255) = 61.47%

 BLUE value IS 76 (30.08% from 255) = 34.86%

R = 3.67%
G = 61.47%
B = 34.86%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#08864C (or 0x08864C) is known color: Salem. HEX triplet: 08, 86 and 4C. RGB value is (8,134,76). Sum of RGB (Red+Green+Blue) = 8+134+76=218 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.67% from 218); Green value is 134 (52.73% from 255 or 61.47% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 134 - color contains mainly: green. Hex color #08864C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08864C is #F779B3. Grayscale: #595959. Windows color (decimal): -16218548 or 5015048. OLE color: 5015048.

HSL color Cylindrical-coordinate representation of color #08864C: hue angle of 152.38º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08864C is Cyan = 0.94, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB 8 134 76 -
CMYK 0.94 0 0.43 0.47
HSL 152.38º 0.89% 0.28% -
HSV(B) 152.38º 0.94% 0.53% -
XYZ 9.93 17.62 9.72 -
YUV 89.71 120.26 69.72 -
System Red Green Blue C M Y K H S L
Decimal 8 134 76 0.94 0 0.43 0.47 152.38 0.89 0.28
Hex 8 86 4C 5E 0 2B 2F 98 59 1C
Octal 10 206 114 136 0 53 57 230 131 34
Binary 1000 10000110 1001100 1011110 0 101011 101111 10011000 1011001 11100

Color Harmonies of #08864C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08864C

Black with #08864C

Text Example


Text Example

White with #08864C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08864C; }

 p { color: rgb(8,134,76); }

 H1.HeaderClassName
 {
   color: #08864C;
 }
 .AnyTagClassName
 {
   color: #08864C;
 }
</style>

background-color css

<style>
 a { background-color: #08864C; }

 a { background-color: rgb(8,134,76); }

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

border-color css

<style>
 span { border-color: #08864C; }

 span { border-color: rgb(8,134,76); }

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