Html Css Color HEX #0C695A Blue Stone

📋 copy color: '#0C695A'

red 12 ◦ green 105 ◦ blue 90

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

Shades of Blue Stone #0C695A

Tints of Blue Stone #0C695A

RGB

 RED value IS 12 (5.08% from 255) = 5.8%

 GREEN value IS 105 (41.41% from 255) = 50.72%

 BLUE value IS 90 (35.55% from 255) = 43.48%

R = 5.8%
G = 50.72%
B = 43.48%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.14

 K value IS 0.59

RGB Variations

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

Color information

#0C695A (or 0x0C695A) is known color: Blue Stone. HEX triplet: 0C, 69 and 5A. RGB value is (12,105,90). Sum of RGB (Red+Green+Blue) = 12+105+90=207 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.80% from 207); Green value is 105 (41.41% from 255 or 50.72% from 207); Blue value is 90 (35.55% from 255 or 43.48% from 207); Max value from RGB is 105 - color contains mainly: green. Hex color #0C695A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C695A is #F396A5. Grayscale: #4B4B4B. Windows color (decimal): -15963814 or 5925132. OLE color: 5925132.

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

Color convert

RGB 12 105 90 -
CMYK 0.89 0 0.14 0.59
HSL 170.32º 0.79% 0.23% -
HSV(B) 170.32º 0.89% 0.41% -
XYZ 7.05 10.92 11.41 -
YUV 75.48 136.19 82.72 -
System Red Green Blue C M Y K H S L
Decimal 12 105 90 0.89 0 0.14 0.59 170.32 0.79 0.23
Hex C 69 5A 59 0 E 3B AA 4F 17
Octal 14 151 132 131 0 16 73 252 117 27
Binary 1100 1101001 1011010 1011001 0 1110 111011 10101010 1001111 10111

Color Harmonies of #0C695A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C695A

Black with #0C695A

Text Example


Text Example

White with #0C695A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,105,90); }

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

background-color css

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

 a { background-color: rgb(12,105,90); }

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

border-color css

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

 span { border-color: rgb(12,105,90); }

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