Html Css Color HEX #0F681B Crusoe

📋 copy color: '#0F681B'

red 15 ◦ green 104 ◦ blue 27

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

Shades of Crusoe #0F681B

Tints of Crusoe #0F681B

RGB

 RED value IS 15 (6.25% from 255) = 10.27%

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

 BLUE value IS 27 (10.94% from 255) = 18.49%

R = 10.27%
G = 71.23%
B = 18.49%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.74

 K value IS 0.59

RGB Variations

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

Color information

#0F681B (or 0x0F681B) is known color: Crusoe. HEX triplet: 0F, 68 and 1B. RGB value is (15,104,27). Sum of RGB (Red+Green+Blue) = 15+104+27=146 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.27% from 146); Green value is 104 (41.02% from 255 or 71.23% from 146); Blue value is 27 (10.94% from 255 or 18.49% from 146); Max value from RGB is 104 - color contains mainly: green. Hex color #0F681B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F681B is #F097E4. Grayscale: #444444. Windows color (decimal): -15767525 or 1796111. OLE color: 1796111.

HSL color Cylindrical-coordinate representation of color #0F681B: hue angle of 128.09º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F681B is Cyan = 0.86, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.59.

Color convert

RGB 15 104 27 -
CMYK 0.86 0 0.74 0.59
HSL 128.09º 0.75% 0.23% -
HSV(B) 128.09º 0.86% 0.41% -
XYZ 5.35 10.08 2.7 -
YUV 68.61 104.51 89.76 -
System Red Green Blue C M Y K H S L
Decimal 15 104 27 0.86 0 0.74 0.59 128.09 0.75 0.23
Hex F 68 1B 56 0 4A 3B 80 4B 17
Octal 17 150 33 126 0 112 73 200 113 27
Binary 1111 1101000 11011 1010110 0 1001010 111011 10000000 1001011 10111

Color Harmonies of #0F681B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F681B

Black with #0F681B

Text Example


Text Example

White with #0F681B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F681B; }

 p { color: rgb(15,104,27); }

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

background-color css

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

 a { background-color: rgb(15,104,27); }

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

border-color css

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

 span { border-color: rgb(15,104,27); }

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