#00692E

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

Shades of Crusoe #00692E

Tints of Crusoe #00692E

Color information

#00692E (or 0x00692E) is unknown color: approx Crusoe. HEX triplet: 00, 69 and 2E. RGB value is (0,105,46). Sum of RGB (Red+Green+Blue) = 0+105+46=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 105 (41.41% from 255 or 69.54% from 151); Blue value is 46 (18.36% from 255 or 30.46% from 151); Max value from RGB is 105 - color contains mainly: green. Hex color #00692E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00692E is #FF96D1. Grayscale: #434343. Windows color (decimal): -16750290 or 3041536. OLE color: 3041536.

HSL color Cylindrical-coordinate representation of color #00692E: hue angle of 146.29º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00692E is Cyan = 1, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB010546-
CMYK100.560.59
HSL146.29º100%20.59%-
HSV(B)146.29º100%41.18%-
XYZ5.5410.34.28-
YUV66.88116.2180.3-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 105 (41.41% from 255) = 69.54%
BLUE value IS 46 (18.36% from 255) = 30.46%
R=0%
G=69.54%
B=30.46%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal010546100.560.59146.2910020.59
Hex0692E640383B926415
Octal0151561440707322214425
Binary011010011011101100100011100011101110010010110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00692E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00692E; }

 p { color: rgb(0,105,46); }

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

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

 a { background-color: rgb(0,105,46); }

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

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

 span { border-color: rgb(0,105,46); }

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