Html Css Color HEX #61986F Oxley

📋 copy color: '#61986F'

red 97 ◦ green 152 ◦ blue 111

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

Shades of Oxley #61986F

Tints of Oxley #61986F

RGB

 RED value IS 97 (38.28% from 255) = 26.94%

 GREEN value IS 152 (59.77% from 255) = 42.22%

 BLUE value IS 111 (43.75% from 255) = 30.83%

R = 26.94%
G = 42.22%
B = 30.83%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#61986F (or 0x61986F) is known color: Oxley. HEX triplet: 61, 98 and 6F. RGB value is (97,152,111). Sum of RGB (Red+Green+Blue) = 97+152+111=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 152 - color contains mainly: green. Hex color #61986F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61986F is #9E6790. Grayscale: #828282. Windows color (decimal): -10381201 or 7313505. OLE color: 7313505.

HSL color Cylindrical-coordinate representation of color #61986F: hue angle of 135.27º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #61986F is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB 97 152 111 -
CMYK 0.36 0 0.27 0.40
HSL 135.27º 0.22% 0.49% -
HSV(B) 135.27º 0.36% 0.6% -
XYZ 19.03 26.15 19.08 -
YUV 130.88 116.78 103.83 -
System Red Green Blue C M Y K H S L
Decimal 97 152 111 0.36 0 0.27 0.40 135.27 0.22 0.49
Hex 61 98 6F 24 0 1B 28 87 16 31
Octal 141 230 157 44 0 33 50 207 26 61
Binary 1100001 10011000 1101111 100100 0 11011 101000 10000111 10110 110001

Color Harmonies of #61986F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61986F

Black with #61986F

Text Example


Text Example

White with #61986F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61986F; }

 p { color: rgb(97,152,111); }

 H1.HeaderClassName
 {
   color: #61986F;
 }
 .AnyTagClassName
 {
   color: #61986F;
 }
</style>

background-color css

<style>
 a { background-color: #61986F; }

 a { background-color: rgb(97,152,111); }

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

border-color css

<style>
 span { border-color: #61986F; }

 span { border-color: rgb(97,152,111); }

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