Html Css Color HEX #087521 Camarone

📋 copy color: '#087521'

red 8 ◦ green 117 ◦ blue 33

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

Shades of Camarone #087521

Tints of Camarone #087521

RGB

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

 GREEN value IS 117 (46.09% from 255) = 74.05%

 BLUE value IS 33 (13.28% from 255) = 20.89%

R = 5.06%
G = 74.05%
B = 20.89%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#087521 (or 0x087521) is known color: Camarone. HEX triplet: 08, 75 and 21. RGB value is (8,117,33). Sum of RGB (Red+Green+Blue) = 8+117+33=158 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.06% from 158); Green value is 117 (46.09% from 255 or 74.05% from 158); Blue value is 33 (13.28% from 255 or 20.89% from 158); Max value from RGB is 117 - color contains mainly: green. Hex color #087521 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087521 is #F78ADE. Grayscale: #4B4B4B. Windows color (decimal): -16222943 or 2192648. OLE color: 2192648.

HSL color Cylindrical-coordinate representation of color #087521: hue angle of 133.76º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087521 is Cyan = 0.93, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB 8 117 33 -
CMYK 0.93 0 0.72 0.54
HSL 133.76º 0.87% 0.25% -
HSV(B) 133.76º 0.93% 0.46% -
XYZ 6.74 12.88 3.57 -
YUV 74.83 104.39 80.33 -
System Red Green Blue C M Y K H S L
Decimal 8 117 33 0.93 0 0.72 0.54 133.76 0.87 0.25
Hex 8 75 21 5D 0 48 36 86 57 19
Octal 10 165 41 135 0 110 66 206 127 31
Binary 1000 1110101 100001 1011101 0 1001000 110110 10000110 1010111 11001

Color Harmonies of #087521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087521

Black with #087521

Text Example


Text Example

White with #087521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087521; }

 p { color: rgb(8,117,33); }

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

background-color css

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

 a { background-color: rgb(8,117,33); }

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

border-color css

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

 span { border-color: rgb(8,117,33); }

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