Html Css Color HEX #61986B Oxley

📋 copy color: '#61986B'

red 97 ◦ green 152 ◦ blue 107

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

Shades of Oxley #61986B

Tints of Oxley #61986B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.06%

R = 27.25%
G = 42.7%
B = 30.06%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#61986B (or 0x61986B) is known color: Oxley. HEX triplet: 61, 98 and 6B. RGB value is (97,152,107). Sum of RGB (Red+Green+Blue) = 97+152+107=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 152 (59.77% from 255 or 42.70% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 152 - color contains mainly: green. Hex color #61986B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61986B is #9E6794. Grayscale: #828282. Windows color (decimal): -10381205 or 7051361. OLE color: 7051361.

HSL color Cylindrical-coordinate representation of color #61986B: hue angle of 130.91º 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 #61986B is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB 97 152 107 -
CMYK 0.36 0 0.30 0.40
HSL 130.91º 0.22% 0.49% -
HSV(B) 130.91º 0.36% 0.6% -
XYZ 18.81 26.06 17.95 -
YUV 130.43 114.78 104.16 -
System Red Green Blue C M Y K H S L
Decimal 97 152 107 0.36 0 0.30 0.40 130.91 0.22 0.49
Hex 61 98 6B 24 0 1E 28 83 16 31
Octal 141 230 153 44 0 36 50 203 26 61
Binary 1100001 10011000 1101011 100100 0 11110 101000 10000011 10110 110001

Color Harmonies of #61986B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61986B

Black with #61986B

Text Example


Text Example

White with #61986B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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