#00692C

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

Shades of Crusoe #00692C

Tints of Crusoe #00692C

Color information

#00692C (or 0x00692C) is unknown color: approx Crusoe. HEX triplet: 00, 69 and 2C. RGB value is (0,105,44). Sum of RGB (Red+Green+Blue) = 0+105+44=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 105 (41.41% from 255 or 70.47% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 105 - color contains mainly: green. Hex color #00692C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00692C is #FF96D3. Grayscale: #424242. Windows color (decimal): -16750292 or 2910464. OLE color: 2910464.

HSL color Cylindrical-coordinate representation of color #00692C: hue angle of 145.14º 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 #00692C is Cyan = 1, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.59.

Color convert

RGB010544-
CMYK100.580.59
HSL145.14º100%20.59%-
HSV(B)145.14º100%41.18%-
XYZ5.5110.284.08-
YUV66.65115.2180.46-

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) = 70.47%
BLUE value IS 44 (17.58% from 255) = 29.53%
R=0%
G=70.47%
B=29.53%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal010544100.580.59145.1410020.59
Hex0692C6403A3B916415
Octal0151541440727322114425
Binary011010011011001100100011101011101110010001110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00692C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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