Html Css Color HEX #06884B Salem

📋 copy color: '#06884B'

red 6 ◦ green 136 ◦ blue 75

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

Shades of Salem #06884B

Tints of Salem #06884B

RGB

 RED value IS 6 (2.73% from 255) = 2.76%

 GREEN value IS 136 (53.52% from 255) = 62.67%

 BLUE value IS 75 (29.69% from 255) = 34.56%

R = 2.76%
G = 62.67%
B = 34.56%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#06884B (or 0x06884B) is known color: Salem. HEX triplet: 06, 88 and 4B. RGB value is (6,136,75). Sum of RGB (Red+Green+Blue) = 6+136+75=217 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.76% from 217); Green value is 136 (53.52% from 255 or 62.67% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 136 - color contains mainly: green. Hex color #06884B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06884B is #F977B4. Grayscale: #5A5A5A. Windows color (decimal): -16349109 or 4950022. OLE color: 4950022.

HSL color Cylindrical-coordinate representation of color #06884B: hue angle of 151.85º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06884B is Cyan = 0.96, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 136 75 -
CMYK 0.96 0 0.45 0.47
HSL 151.85º 0.92% 0.28% -
HSV(B) 151.85º 0.96% 0.53% -
XYZ 10.15 18.16 9.63 -
YUV 90.18 119.43 67.96 -
System Red Green Blue C M Y K H S L
Decimal 6 136 75 0.96 0 0.45 0.47 151.85 0.92 0.28
Hex 6 88 4B 60 0 2D 2F 98 5C 1C
Octal 6 210 113 140 0 55 57 230 134 34
Binary 110 10001000 1001011 1100000 0 101101 101111 10011000 1011100 11100

Color Harmonies of #06884B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06884B

Black with #06884B

Text Example


Text Example

White with #06884B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06884B; }

 p { color: rgb(6,136,75); }

 H1.HeaderClassName
 {
   color: #06884B;
 }
 .AnyTagClassName
 {
   color: #06884B;
 }
</style>

background-color css

<style>
 a { background-color: #06884B; }

 a { background-color: rgb(6,136,75); }

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

border-color css

<style>
 span { border-color: #06884B; }

 span { border-color: rgb(6,136,75); }

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