#07652C

Color #07652C Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #07652C

Tints of Crusoe #07652C

Color information

#07652C (or 0x07652C) is unknown color: approx Crusoe. HEX triplet: 07, 65 and 2C. RGB value is (7,101,44). Sum of RGB (Red+Green+Blue) = 7+101+44=152 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.61% from 152); Green value is 101 (39.84% from 255 or 66.45% from 152); Blue value is 44 (17.58% from 255 or 28.95% from 152); Max value from RGB is 101 - color contains mainly: green. Hex color #07652C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07652C is #F89AD3. Grayscale: #424242. Windows color (decimal): -16292564 or 2909447. OLE color: 2909447.

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

Color convert

RGB710144-
CMYK0.9300.560.60
HSL143.62º87.04%21.18%-
HSV(B)143.62º93.07%39.61%-
XYZ5.29.533.95-
YUV66.4115.3685.63-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.61%
GREEN value IS 101 (39.84% from 255) = 66.45%
BLUE value IS 44 (17.58% from 255) = 28.95%
R=4.61%
G=66.45%
B=28.95%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal7101440.9300.560.60143.6287.0421.18
Hex7652C5D0383C905715
Octal7145541350707422012725
Binary11111001011011001011101011100011110010010000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07652C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07652C; }

 p { color: rgb(7,101,44); }

 H1.HeaderClassName
 {
   color: #07652C;
 }
 .AnyTagClassName
 {
   color: #07652C;
 }
</style>
background-color css

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

 a { background-color: rgb(7,101,44); }

 div.DivClassName
 {
   background-color: #07652C;
 }
 .BgClassName
 {
   background-color: #07652C;
 }
</style>
border-color css

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

 span { border-color: rgb(7,101,44); }

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