Html Css Color HEX #00681F Crusoe

📋 copy color: '#00681F'

red 0 ◦ green 104 ◦ blue 31

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

Shades of Crusoe #00681F

Tints of Crusoe #00681F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 77.04%

 BLUE value IS 31 (12.5% from 255) = 22.96%

R = 0%
G = 77.04%
B = 22.96%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#00681F (or 0x00681F) is known color: Crusoe. HEX triplet: 00, 68 and 1F. RGB value is (0,104,31). Sum of RGB (Red+Green+Blue) = 0+104+31=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 104 (41.02% from 255 or 77.04% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 104 - color contains mainly: green. Hex color #00681F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00681F is #FF97E0. Grayscale: #404040. Windows color (decimal): -16750561 or 2058240. OLE color: 2058240.

HSL color Cylindrical-coordinate representation of color #00681F: hue angle of 137.88º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00681F is Cyan = 1, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB 0 104 31 -
CMYK 1 0 0.70 0.59
HSL 137.88º 1% 0.2% -
HSV(B) 137.88º 1% 0.41% -
XYZ 5.2 10 2.95 -
YUV 64.58 109.04 81.94 -
System Red Green Blue C M Y K H S L
Decimal 0 104 31 1 0 0.70 0.59 137.88 1 0.2
Hex 0 68 1F 64 0 46 3B 8A 64 14
Octal 0 150 37 144 0 106 73 212 144 24
Binary 0 1101000 11111 1100100 0 1000110 111011 10001010 1100100 10100

Color Harmonies of #00681F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00681F

Black with #00681F

Text Example


Text Example

White with #00681F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00681F; }

 p { color: rgb(0,104,31); }

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

background-color css

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

 a { background-color: rgb(0,104,31); }

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

border-color css

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

 span { border-color: rgb(0,104,31); }

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