Html Css Color HEX #076227 Crusoe

📋 copy color: '#076227'

red 7 ◦ green 98 ◦ blue 39

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

Shades of Crusoe #076227

Tints of Crusoe #076227

RGB

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

 GREEN value IS 98 (38.67% from 255) = 68.06%

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

R = 4.86%
G = 68.06%
B = 27.08%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#076227 (or 0x076227) is known color: Crusoe. HEX triplet: 07, 62 and 27. RGB value is (7,98,39). Sum of RGB (Red+Green+Blue) = 7+98+39=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 98 (38.67% from 255 or 68.06% from 144); Blue value is 39 (15.62% from 255 or 27.08% from 144); Max value from RGB is 98 - color contains mainly: green. Hex color #076227 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076227 is #F89DD8. Grayscale: #404040. Windows color (decimal): -16293337 or 2580999. OLE color: 2580999.

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

Color convert

RGB 7 98 39 -
CMYK 0.93 0 0.60 0.62
HSL 141.1º 0.87% 0.21% -
HSV(B) 141.1º 0.93% 0.38% -
XYZ 4.82 8.93 3.39 -
YUV 64.07 113.85 87.3 -
System Red Green Blue C M Y K H S L
Decimal 7 98 39 0.93 0 0.60 0.62 141.1 0.87 0.21
Hex 7 62 27 5D 0 3C 3E 8D 57 15
Octal 7 142 47 135 0 74 76 215 127 25
Binary 111 1100010 100111 1011101 0 111100 111110 10001101 1010111 10101

Color Harmonies of #076227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076227

Black with #076227

Text Example


Text Example

White with #076227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076227; }

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

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

background-color css

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

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

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

border-color css

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

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

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