Html Css Color HEX #00691D Crusoe

📋 copy color: '#00691D'

red 0 ◦ green 105 ◦ blue 29

#00691D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #00691D

Tints of Crusoe #00691D

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 105 (41.41% from 255) = 78.36%

 BLUE value IS 29 (11.72% from 255) = 21.64%

R = 0%
G = 78.36%
B = 21.64%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.72

 K value IS 0.59

RGB Variations

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

Color information

#00691D (or 0x00691D) is known color: Crusoe. HEX triplet: 00, 69 and 1D. RGB value is (0,105,29). Sum of RGB (Red+Green+Blue) = 0+105+29=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 105 (41.41% from 255 or 78.36% from 134); Blue value is 29 (11.72% from 255 or 21.64% from 134); Max value from RGB is 105 - color contains mainly: green. Hex color #00691D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00691D is #FF96E2. Grayscale: #414141. Windows color (decimal): -16750307 or 1927424. OLE color: 1927424.

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

Color convert

RGB 0 105 29 -
CMYK 1 0 0.72 0.59
HSL 136.57º 1% 0.21% -
HSV(B) 136.57º 1% 0.41% -
XYZ 5.27 10.19 2.85 -
YUV 64.94 107.71 81.68 -
System Red Green Blue C M Y K H S L
Decimal 0 105 29 1 0 0.72 0.59 136.57 1 0.21
Hex 0 69 1D 64 0 48 3B 89 64 15
Octal 0 151 35 144 0 110 73 211 144 25
Binary 0 1101001 11101 1100100 0 1001000 111011 10001001 1100100 10101

Color Harmonies of #00691D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00691D

Black with #00691D

Text Example


Text Example

White with #00691D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00691D;
 }
 .AnyTagClassName
 {
   color: #00691D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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