Html Css Color HEX #076032 Crusoe

📋 copy color: '#076032'

red 7 ◦ green 96 ◦ blue 50

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

Shades of Crusoe #076032

Tints of Crusoe #076032

RGB

 RED value IS 7 (3.13% from 255) = 4.58%

 GREEN value IS 96 (37.89% from 255) = 62.75%

 BLUE value IS 50 (19.92% from 255) = 32.68%

R = 4.58%
G = 62.75%
B = 32.68%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#076032 (or 0x076032) is known color: Crusoe. HEX triplet: 07, 60 and 32. RGB value is (7,96,50). Sum of RGB (Red+Green+Blue) = 7+96+50=153 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.58% from 153); Green value is 96 (37.89% from 255 or 62.75% from 153); Blue value is 50 (19.92% from 255 or 32.68% from 153); Max value from RGB is 96 - color contains mainly: green. Hex color #076032 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076032 is #F89FCD. Grayscale: #404040. Windows color (decimal): -16293838 or 3301383. OLE color: 3301383.

HSL color Cylindrical-coordinate representation of color #076032: hue angle of 148.99º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076032 is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 96 50 -
CMYK 0.93 0 0.48 0.62
HSL 148.99º 0.86% 0.2% -
HSV(B) 148.99º 0.93% 0.38% -
XYZ 4.85 8.64 4.43 -
YUV 64.15 120.01 87.24 -
System Red Green Blue C M Y K H S L
Decimal 7 96 50 0.93 0 0.48 0.62 148.99 0.86 0.2
Hex 7 60 32 5D 0 30 3E 95 56 14
Octal 7 140 62 135 0 60 76 225 126 24
Binary 111 1100000 110010 1011101 0 110000 111110 10010101 1010110 10100

Color Harmonies of #076032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076032

Black with #076032

Text Example


Text Example

White with #076032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076032; }

 p { color: rgb(7,96,50); }

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

background-color css

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

 a { background-color: rgb(7,96,50); }

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

border-color css

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

 span { border-color: rgb(7,96,50); }

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