Html Css Color HEX #076232 Crusoe

📋 copy color: '#076232'

red 7 ◦ green 98 ◦ blue 50

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

Shades of Crusoe #076232

Tints of Crusoe #076232

RGB

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

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

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

R = 4.52%
G = 63.23%
B = 32.26%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#076232 (or 0x076232) is known color: Crusoe. HEX triplet: 07, 62 and 32. RGB value is (7,98,50). Sum of RGB (Red+Green+Blue) = 7+98+50=155 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.52% from 155); Green value is 98 (38.67% from 255 or 63.23% from 155); Blue value is 50 (19.92% from 255 or 32.26% from 155); Max value from RGB is 98 - color contains mainly: green. Hex color #076232 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076232 is #F89DCD. Grayscale: #414141. Windows color (decimal): -16293326 or 3301895. OLE color: 3301895.

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

Color convert

RGB 7 98 50 -
CMYK 0.93 0 0.49 0.62
HSL 148.35º 0.87% 0.21% -
HSV(B) 148.35º 0.93% 0.38% -
XYZ 5.03 9.01 4.49 -
YUV 65.32 119.35 86.4 -
System Red Green Blue C M Y K H S L
Decimal 7 98 50 0.93 0 0.49 0.62 148.35 0.87 0.21
Hex 7 62 32 5D 0 31 3E 94 57 15
Octal 7 142 62 135 0 61 76 224 127 25
Binary 111 1100010 110010 1011101 0 110001 111110 10010100 1010111 10101

Color Harmonies of #076232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076232

Black with #076232

Text Example


Text Example

White with #076232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076232; }

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

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

background-color css

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

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

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

border-color css

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

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

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