Html Css Color HEX #08653C Jewel

📋 copy color: '#08653C'

red 8 ◦ green 101 ◦ blue 60

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

Shades of Jewel #08653C

Tints of Jewel #08653C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 59.76%

 BLUE value IS 60 (23.83% from 255) = 35.5%

R = 4.73%
G = 59.76%
B = 35.5%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.41

 K value IS 0.60

RGB Variations

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

Color information

#08653C (or 0x08653C) is known color: Jewel. HEX triplet: 08, 65 and 3C. RGB value is (8,101,60). Sum of RGB (Red+Green+Blue) = 8+101+60=169 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.73% from 169); Green value is 101 (39.84% from 255 or 59.76% from 169); Blue value is 60 (23.83% from 255 or 35.50% from 169); Max value from RGB is 101 - color contains mainly: green. Hex color #08653C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08653C is #F79AC3. Grayscale: #444444. Windows color (decimal): -16227012 or 3958024. OLE color: 3958024.

HSL color Cylindrical-coordinate representation of color #08653C: hue angle of 153.55º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08653C is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.60.

Color convert

RGB 8 101 60 -
CMYK 0.92 0 0.41 0.60
HSL 153.55º 0.85% 0.21% -
HSV(B) 153.55º 0.92% 0.4% -
XYZ 5.57 9.69 5.85 -
YUV 68.52 123.19 84.83 -
System Red Green Blue C M Y K H S L
Decimal 8 101 60 0.92 0 0.41 0.60 153.55 0.85 0.21
Hex 8 65 3C 5C 0 29 3C 9A 55 15
Octal 10 145 74 134 0 51 74 232 125 25
Binary 1000 1100101 111100 1011100 0 101001 111100 10011010 1010101 10101

Color Harmonies of #08653C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08653C

Black with #08653C

Text Example


Text Example

White with #08653C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,101,60); }

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

background-color css

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

 a { background-color: rgb(8,101,60); }

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

border-color css

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

 span { border-color: rgb(8,101,60); }

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