Html Css Color HEX #006F1D Crusoe

📋 copy color: '#006F1D'

red 0 ◦ green 111 ◦ blue 29

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

Shades of Crusoe #006F1D

Tints of Crusoe #006F1D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 79.29%

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

R = 0%
G = 79.29%
B = 20.71%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#006F1D (or 0x006F1D) is known color: Crusoe. HEX triplet: 00, 6F and 1D. RGB value is (0,111,29). Sum of RGB (Red+Green+Blue) = 0+111+29=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 111 (43.75% from 255 or 79.29% from 140); Blue value is 29 (11.72% from 255 or 20.71% from 140); Max value from RGB is 111 - color contains mainly: green. Hex color #006F1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006F1D is #FF90E2. Grayscale: #444444. Windows color (decimal): -16748771 or 1928960. OLE color: 1928960.

HSL color Cylindrical-coordinate representation of color #006F1D: hue angle of 135.68º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006F1D is Cyan = 1, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 111 29 -
CMYK 1 0 0.74 0.56
HSL 135.68º 1% 0.22% -
HSV(B) 135.68º 1% 0.44% -
XYZ 5.91 11.46 3.06 -
YUV 68.46 105.73 79.17 -
System Red Green Blue C M Y K H S L
Decimal 0 111 29 1 0 0.74 0.56 135.68 1 0.22
Hex 0 6F 1D 64 0 4A 38 88 64 16
Octal 0 157 35 144 0 112 70 210 144 26
Binary 0 1101111 11101 1100100 0 1001010 111000 10001000 1100100 10110

Color Harmonies of #006F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006F1D

Black with #006F1D

Text Example


Text Example

White with #006F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006F1D; }

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

 H1.HeaderClassName
 {
   color: #006F1D;
 }
 .AnyTagClassName
 {
   color: #006F1D;
 }
</style>

background-color css

<style>
 a { background-color: #006F1D; }

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

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

border-color css

<style>
 span { border-color: #006F1D; }

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

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