Html Css Color HEX #06824B Salem

📋 copy color: '#06824B'

red 6 ◦ green 130 ◦ blue 75

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

Shades of Salem #06824B

Tints of Salem #06824B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 61.61%

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

R = 2.84%
G = 61.61%
B = 35.55%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#06824B (or 0x06824B) is known color: Salem. HEX triplet: 06, 82 and 4B. RGB value is (6,130,75). Sum of RGB (Red+Green+Blue) = 6+130+75=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 130 (51.17% from 255 or 61.61% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 130 - color contains mainly: green. Hex color #06824B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06824B is #F97DB4. Grayscale: #565656. Windows color (decimal): -16350645 or 4948486. OLE color: 4948486.

HSL color Cylindrical-coordinate representation of color #06824B: hue angle of 153.39º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06824B is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB 6 130 75 -
CMYK 0.95 0 0.42 0.49
HSL 153.39º 0.91% 0.27% -
HSV(B) 153.39º 0.95% 0.51% -
XYZ 9.33 16.51 9.35 -
YUV 86.65 121.42 70.47 -
System Red Green Blue C M Y K H S L
Decimal 6 130 75 0.95 0 0.42 0.49 153.39 0.91 0.27
Hex 6 82 4B 5F 0 2A 31 99 5B 1B
Octal 6 202 113 137 0 52 61 231 133 33
Binary 110 10000010 1001011 1011111 0 101010 110001 10011001 1011011 11011

Color Harmonies of #06824B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06824B

Black with #06824B

Text Example


Text Example

White with #06824B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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