Html Css Color HEX #016722 Crusoe

📋 copy color: '#016722'

red 1 ◦ green 103 ◦ blue 34

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

Shades of Crusoe #016722

Tints of Crusoe #016722

RGB

 RED value IS 1 (0.78% from 255) = 0.72%

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

 BLUE value IS 34 (13.67% from 255) = 24.64%

R = 0.72%
G = 74.64%
B = 24.64%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.67

 K value IS 0.60

RGB Variations

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

Color information

#016722 (or 0x016722) is known color: Crusoe. HEX triplet: 01, 67 and 22. RGB value is (1,103,34). Sum of RGB (Red+Green+Blue) = 1+103+34=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 103 (40.62% from 255 or 74.64% from 138); Blue value is 34 (13.67% from 255 or 24.64% from 138); Max value from RGB is 103 - color contains mainly: green. Hex color #016722 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016722 is #FE98DD. Grayscale: #404040. Windows color (decimal): -16685278 or 2254593. OLE color: 2254593.

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

Color convert

RGB 1 103 34 -
CMYK 0.99 0 0.67 0.60
HSL 139.41º 0.98% 0.2% -
HSV(B) 139.41º 0.99% 0.4% -
XYZ 5.15 9.82 3.14 -
YUV 64.64 110.71 82.61 -
System Red Green Blue C M Y K H S L
Decimal 1 103 34 0.99 0 0.67 0.60 139.41 0.98 0.2
Hex 1 67 22 63 0 43 3C 8B 62 14
Octal 1 147 42 143 0 103 74 213 142 24
Binary 1 1100111 100010 1100011 0 1000011 111100 10001011 1100010 10100

Color Harmonies of #016722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016722

Black with #016722

Text Example


Text Example

White with #016722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016722; }

 p { color: rgb(1,103,34); }

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

background-color css

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

 a { background-color: rgb(1,103,34); }

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

border-color css

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

 span { border-color: rgb(1,103,34); }

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