Html Css Color HEX #0F6C23 Crusoe

📋 copy color: '#0F6C23'

red 15 ◦ green 108 ◦ blue 35

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

Shades of Crusoe #0F6C23

Tints of Crusoe #0F6C23

RGB

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

 GREEN value IS 108 (42.58% from 255) = 68.35%

 BLUE value IS 35 (14.06% from 255) = 22.15%

R = 9.49%
G = 68.35%
B = 22.15%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.68

 K value IS 0.58

RGB Variations

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

Color information

#0F6C23 (or 0x0F6C23) is known color: Crusoe. HEX triplet: 0F, 6C and 23. RGB value is (15,108,35). Sum of RGB (Red+Green+Blue) = 15+108+35=158 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.49% from 158); Green value is 108 (42.58% from 255 or 68.35% from 158); Blue value is 35 (14.06% from 255 or 22.15% from 158); Max value from RGB is 108 - color contains mainly: green. Hex color #0F6C23 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6C23 is #F093DC. Grayscale: #484848. Windows color (decimal): -15766493 or 2321423. OLE color: 2321423.

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

Color convert

RGB 15 108 35 -
CMYK 0.86 0 0.68 0.58
HSL 132.9º 0.76% 0.24% -
HSV(B) 132.9º 0.86% 0.42% -
XYZ 5.86 10.95 3.39 -
YUV 71.87 107.19 87.44 -
System Red Green Blue C M Y K H S L
Decimal 15 108 35 0.86 0 0.68 0.58 132.9 0.76 0.24
Hex F 6C 23 56 0 44 3A 85 4C 18
Octal 17 154 43 126 0 104 72 205 114 30
Binary 1111 1101100 100011 1010110 0 1000100 111010 10000101 1001100 11000

Color Harmonies of #0F6C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6C23

Black with #0F6C23

Text Example


Text Example

White with #0F6C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,108,35); }

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

background-color css

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

 a { background-color: rgb(15,108,35); }

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

border-color css

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

 span { border-color: rgb(15,108,35); }

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