Html Css Color HEX #006726 Crusoe

📋 copy color: '#006726'

red 0 ◦ green 103 ◦ blue 38

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

Shades of Crusoe #006726

Tints of Crusoe #006726

RGB

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

 GREEN value IS 103 (40.63% from 255) = 73.05%

 BLUE value IS 38 (15.23% from 255) = 26.95%

R = 0%
G = 73.05%
B = 26.95%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.63

 K value IS 0.60

RGB Variations

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

Color information

#006726 (or 0x006726) is known color: Crusoe. HEX triplet: 00, 67 and 26. RGB value is (0,103,38). Sum of RGB (Red+Green+Blue) = 0+103+38=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 103 (40.62% from 255 or 73.05% from 141); Blue value is 38 (15.23% from 255 or 26.95% from 141); Max value from RGB is 103 - color contains mainly: green. Hex color #006726 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006726 is #FF98D9. Grayscale: #404040. Windows color (decimal): -16750810 or 2516736. OLE color: 2516736.

HSL color Cylindrical-coordinate representation of color #006726: hue angle of 142.14º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006726 is Cyan = 1, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.60.

Color convert

RGB 0 103 38 -
CMYK 1 0 0.63 0.60
HSL 142.14º 1% 0.2% -
HSV(B) 142.14º 1% 0.4% -
XYZ 5.2 9.84 3.46 -
YUV 64.79 112.88 81.79 -
System Red Green Blue C M Y K H S L
Decimal 0 103 38 1 0 0.63 0.60 142.14 1 0.2
Hex 0 67 26 64 0 3F 3C 8E 64 14
Octal 0 147 46 144 0 77 74 216 144 24
Binary 0 1100111 100110 1100100 0 111111 111100 10001110 1100100 10100

Color Harmonies of #006726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006726

Black with #006726

Text Example


Text Example

White with #006726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006726; }

 p { color: rgb(0,103,38); }

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

background-color css

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

 a { background-color: rgb(0,103,38); }

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

border-color css

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

 span { border-color: rgb(0,103,38); }

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