Html Css Color HEX #0F6023 Crusoe

📋 copy color: '#0F6023'

red 15 ◦ green 96 ◦ blue 35

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

Shades of Crusoe #0F6023

Tints of Crusoe #0F6023

RGB

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

 GREEN value IS 96 (37.89% from 255) = 65.75%

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

R = 10.27%
G = 65.75%
B = 23.97%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#0F6023 (or 0x0F6023) is known color: Crusoe. HEX triplet: 0F, 60 and 23. RGB value is (15,96,35). Sum of RGB (Red+Green+Blue) = 15+96+35=146 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.27% from 146); Green value is 96 (37.89% from 255 or 65.75% from 146); Blue value is 35 (14.06% from 255 or 23.97% from 146); Max value from RGB is 96 - color contains mainly: green. Hex color #0F6023 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6023 is #F09FDC. Grayscale: #404040. Windows color (decimal): -15769565 or 2318351. OLE color: 2318351.

HSL color Cylindrical-coordinate representation of color #0F6023: hue angle of 134.81º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F6023 is Cyan = 0.84, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB 15 96 35 -
CMYK 0.84 0 0.64 0.62
HSL 134.81º 0.73% 0.22% -
HSV(B) 134.81º 0.84% 0.38% -
XYZ 4.68 8.59 3 -
YUV 64.83 111.16 92.46 -
System Red Green Blue C M Y K H S L
Decimal 15 96 35 0.84 0 0.64 0.62 134.81 0.73 0.22
Hex F 60 23 54 0 40 3E 87 49 16
Octal 17 140 43 124 0 100 76 207 111 26
Binary 1111 1100000 100011 1010100 0 1000000 111110 10000111 1001001 10110

Color Harmonies of #0F6023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6023

Black with #0F6023

Text Example


Text Example

White with #0F6023

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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