#07682A

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

Shades of Crusoe #07682A

Tints of Crusoe #07682A

Color information

#07682A (or 0x07682A) is unknown color: approx Crusoe. HEX triplet: 07, 68 and 2A. RGB value is (7,104,42). Sum of RGB (Red+Green+Blue) = 7+104+42=153 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.58% from 153); Green value is 104 (41.02% from 255 or 67.97% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 104 - color contains mainly: green. Hex color #07682A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07682A is #F897D5. Grayscale: #444444. Windows color (decimal): -16291798 or 2779143. OLE color: 2779143.

HSL color Cylindrical-coordinate representation of color #07682A: hue angle of 141.65º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07682A is Cyan = 0.93, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.59.

Color convert

RGB710442-
CMYK0.9300.600.59
HSL141.65º87.39%21.76%-
HSV(B)141.65º93.27%40.78%-
XYZ5.4610.113.85-
YUV67.93113.3684.54-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.58%
GREEN value IS 104 (41.02% from 255) = 67.97%
BLUE value IS 42 (16.80% from 255) = 27.45%
R=4.58%
G=67.97%
B=27.45%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7104420.9300.600.59141.6587.3921.76
Hex7682A5D03C3B8e5716
Octal7150521350747321612726
Binary11111010001010101011101011110011101110001110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07682A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07682A; }

 p { color: rgb(7,104,42); }

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

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

 a { background-color: rgb(7,104,42); }

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

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

 span { border-color: rgb(7,104,42); }

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