Html Css Color HEX #076027 Crusoe

📋 copy color: '#076027'

red 7 ◦ green 96 ◦ blue 39

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

Shades of Crusoe #076027

Tints of Crusoe #076027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 27.46%

R = 4.93%
G = 67.61%
B = 27.46%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#076027 (or 0x076027) is known color: Crusoe. HEX triplet: 07, 60 and 27. RGB value is (7,96,39). Sum of RGB (Red+Green+Blue) = 7+96+39=142 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.93% from 142); Green value is 96 (37.89% from 255 or 67.61% from 142); Blue value is 39 (15.62% from 255 or 27.46% from 142); Max value from RGB is 96 - color contains mainly: green. Hex color #076027 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076027 is #F89FD8. Grayscale: #3F3F3F. Windows color (decimal): -16293849 or 2580487. OLE color: 2580487.

HSL color Cylindrical-coordinate representation of color #076027: hue angle of 141.57º 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 #076027 is Cyan = 0.93, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 96 39 -
CMYK 0.93 0 0.59 0.62
HSL 141.57º 0.86% 0.2% -
HSV(B) 141.57º 0.93% 0.38% -
XYZ 4.64 8.56 3.33 -
YUV 62.89 114.51 88.13 -
System Red Green Blue C M Y K H S L
Decimal 7 96 39 0.93 0 0.59 0.62 141.57 0.86 0.2
Hex 7 60 27 5D 0 3B 3E 8E 56 14
Octal 7 140 47 135 0 73 76 216 126 24
Binary 111 1100000 100111 1011101 0 111011 111110 10001110 1010110 10100

Color Harmonies of #076027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076027

Black with #076027

Text Example


Text Example

White with #076027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076027; }

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

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

background-color css

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

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

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

border-color css

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

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

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