#00691B

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

Shades of Crusoe #00691B

Tints of Crusoe #00691B

Color information

#00691B (or 0x00691B) is unknown color: approx Crusoe. HEX triplet: 00, 69 and 1B. RGB value is (0,105,27). Sum of RGB (Red+Green+Blue) = 0+105+27=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 105 (41.41% from 255 or 79.55% from 132); Blue value is 27 (10.94% from 255 or 20.45% from 132); Max value from RGB is 105 - color contains mainly: green. Hex color #00691B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00691B is #FF96E4. Grayscale: #404040. Windows color (decimal): -16750309 or 1796352. OLE color: 1796352.

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

Color convert

RGB010527-
CMYK100.740.59
HSL135.43º100%20.59%-
HSV(B)135.43º100%41.18%-
XYZ5.2510.182.73-
YUV64.71106.7181.84-

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) = 79.55%
BLUE value IS 27 (10.94% from 255) = 20.45%
R=0%
G=79.55%
B=20.45%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal010527100.740.59135.4310020.59
Hex0691B6404A3B876415
Octal01513314401127320714425
Binary011010011101111001000100101011101110000111110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00691B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00691B; }

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

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

<style>
 a { background-color: #00691B; }

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

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

<style>
 span { border-color: #00691B; }

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

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