Html Css Color HEX #6F9C82 Oxley

📋 copy color: '#6F9C82'

red 111 ◦ green 156 ◦ blue 130

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

Shades of Oxley #6F9C82

Tints of Oxley #6F9C82

RGB

 RED value IS 111 (43.75% from 255) = 27.96%

 GREEN value IS 156 (61.33% from 255) = 39.29%

 BLUE value IS 130 (51.17% from 255) = 32.75%

R = 27.96%
G = 39.29%
B = 32.75%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#6F9C82 (or 0x6F9C82) is known color: Oxley. HEX triplet: 6F, 9C and 82. RGB value is (111,156,130). Sum of RGB (Red+Green+Blue) = 111+156+130=397 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.96% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 156 - color contains mainly: green. Hex color #6F9C82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9C82 is #90637D. Grayscale: #8B8B8B. Windows color (decimal): -9462654 or 8559727. OLE color: 8559727.

HSL color Cylindrical-coordinate representation of color #6F9C82: hue angle of 145.33º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6F9C82 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB 111 156 130 -
CMYK 0.29 0 0.17 0.39
HSL 145.33º 0.19% 0.52% -
HSV(B) 145.33º 0.29% 0.61% -
XYZ 22.47 28.77 25.49 -
YUV 139.58 122.59 107.61 -
System Red Green Blue C M Y K H S L
Decimal 111 156 130 0.29 0 0.17 0.39 145.33 0.19 0.52
Hex 6F 9C 82 1D 0 11 27 91 13 34
Octal 157 234 202 35 0 21 47 221 23 64
Binary 1101111 10011100 10000010 11101 0 10001 100111 10010001 10011 110100

Color Harmonies of #6F9C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9C82

Black with #6F9C82

Text Example


Text Example

White with #6F9C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F9C82; }

 p { color: rgb(111,156,130); }

 H1.HeaderClassName
 {
   color: #6F9C82;
 }
 .AnyTagClassName
 {
   color: #6F9C82;
 }
</style>

background-color css

<style>
 a { background-color: #6F9C82; }

 a { background-color: rgb(111,156,130); }

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

border-color css

<style>
 span { border-color: #6F9C82; }

 span { border-color: rgb(111,156,130); }

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