#00692D

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

Shades of Crusoe #00692D

Tints of Crusoe #00692D

Color information

#00692D (or 0x00692D) is unknown color: approx Crusoe. HEX triplet: 00, 69 and 2D. RGB value is (0,105,45). Sum of RGB (Red+Green+Blue) = 0+105+45=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 105 (41.41% from 255 or 70% from 150); Blue value is 45 (17.97% from 255 or 30% from 150); Max value from RGB is 105 - color contains mainly: green. Hex color #00692D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00692D is #FF96D2. Grayscale: #424242. Windows color (decimal): -16750291 or 2976000. OLE color: 2976000.

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

Color convert

RGB010545-
CMYK100.570.59
HSL145.71º100%20.59%-
HSV(B)145.71º100%41.18%-
XYZ5.5310.294.18-
YUV66.76115.7180.38-

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%
BLUE value IS 45 (17.97% from 255) = 30%
R=0%
G=70%
B=30%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal010545100.570.59145.7110020.59
Hex0692D640393B926415
Octal0151551440717322214425
Binary011010011011011100100011100111101110010010110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00692D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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