Html Css Color HEX #006B1A Crusoe

📋 copy color: '#006B1A'

red 0 ◦ green 107 ◦ blue 26

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

Shades of Crusoe #006B1A

Tints of Crusoe #006B1A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 80.45%

 BLUE value IS 26 (10.55% from 255) = 19.55%

R = 0%
G = 80.45%
B = 19.55%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.76

 K value IS 0.58

RGB Variations

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

Color information

#006B1A (or 0x006B1A) is known color: Crusoe. HEX triplet: 00, 6B and 1A. RGB value is (0,107,26). Sum of RGB (Red+Green+Blue) = 0+107+26=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 107 (42.19% from 255 or 80.45% from 133); Blue value is 26 (10.55% from 255 or 19.55% from 133); Max value from RGB is 107 - color contains mainly: green. Hex color #006B1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006B1A is #FF94E5. Grayscale: #414141. Windows color (decimal): -16749798 or 1731328. OLE color: 1731328.

HSL color Cylindrical-coordinate representation of color #006B1A: hue angle of 134.58º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006B1A is Cyan = 1, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.58.

Color convert

RGB 0 107 26 -
CMYK 1 0 0.76 0.58
HSL 134.58º 1% 0.21% -
HSV(B) 134.58º 1% 0.42% -
XYZ 5.44 10.59 2.73 -
YUV 65.77 105.55 81.09 -
System Red Green Blue C M Y K H S L
Decimal 0 107 26 1 0 0.76 0.58 134.58 1 0.21
Hex 0 6B 1A 64 0 4C 3A 87 64 15
Octal 0 153 32 144 0 114 72 207 144 25
Binary 0 1101011 11010 1100100 0 1001100 111010 10000111 1100100 10101

Color Harmonies of #006B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006B1A

Black with #006B1A

Text Example


Text Example

White with #006B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,107,26); }

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

background-color css

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

 a { background-color: rgb(0,107,26); }

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

border-color css

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

 span { border-color: rgb(0,107,26); }

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