#07692A

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

Shades of Crusoe #07692A

Tints of Crusoe #07692A

Color information

#07692A (or 0x07692A) is unknown color: approx Crusoe. HEX triplet: 07, 69 and 2A. RGB value is (7,105,42). Sum of RGB (Red+Green+Blue) = 7+105+42=154 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.55% from 154); Green value is 105 (41.41% from 255 or 68.18% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 105 - color contains mainly: green. Hex color #07692A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07692A is #F896D5. Grayscale: #444444. Windows color (decimal): -16291542 or 2779399. OLE color: 2779399.

HSL color Cylindrical-coordinate representation of color #07692A: hue angle of 141.43º degrees, saturation: 0.88, 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 #07692A is Cyan = 0.93, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.59.

Color convert

RGB710542-
CMYK0.9300.60.59
HSL141.43º87.5%21.96%-
HSV(B)141.43º93.33%41.18%-
XYZ5.5610.323.89-
YUV68.52113.0384.12-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.55%
GREEN value IS 105 (41.41% from 255) = 68.18%
BLUE value IS 42 (16.80% from 255) = 27.27%
R=4.55%
G=68.18%
B=27.27%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7105420.9300.60.59141.4387.521.96
Hex7692A5D03C3B8d5816
Octal7151521350747321513026
Binary11111010011010101011101011110011101110001101101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07692A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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