Html Css Color HEX #0F6322 Crusoe

📋 copy color: '#0F6322'

red 15 ◦ green 99 ◦ blue 34

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

Shades of Crusoe #0F6322

Tints of Crusoe #0F6322

RGB

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

 GREEN value IS 99 (39.06% from 255) = 66.89%

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

R = 10.14%
G = 66.89%
B = 22.97%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.66

 K value IS 0.61

RGB Variations

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

Color information

#0F6322 (or 0x0F6322) is known color: Crusoe. HEX triplet: 0F, 63 and 22. RGB value is (15,99,34). Sum of RGB (Red+Green+Blue) = 15+99+34=148 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.14% from 148); Green value is 99 (39.06% from 255 or 66.89% from 148); Blue value is 34 (13.67% from 255 or 22.97% from 148); Max value from RGB is 99 - color contains mainly: green. Hex color #0F6322 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6322 is #F09CDD. Grayscale: #424242. Windows color (decimal): -15768798 or 2253583. OLE color: 2253583.

HSL color Cylindrical-coordinate representation of color #0F6322: hue angle of 133.57º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F6322 is Cyan = 0.85, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.61.

Color convert

RGB 15 99 34 -
CMYK 0.85 0 0.66 0.61
HSL 133.57º 0.74% 0.22% -
HSV(B) 133.57º 0.85% 0.39% -
XYZ 4.95 9.14 3.02 -
YUV 66.47 109.67 91.29 -
System Red Green Blue C M Y K H S L
Decimal 15 99 34 0.85 0 0.66 0.61 133.57 0.74 0.22
Hex F 63 22 55 0 42 3D 86 4A 16
Octal 17 143 42 125 0 102 75 206 112 26
Binary 1111 1100011 100010 1010101 0 1000010 111101 10000110 1001010 10110

Color Harmonies of #0F6322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6322

Black with #0F6322

Text Example


Text Example

White with #0F6322

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,99,34); }

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

background-color css

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

 a { background-color: rgb(15,99,34); }

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

border-color css

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

 span { border-color: rgb(15,99,34); }

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