Html Css Color HEX #699B15 Christi

📋 copy color: '#699B15'

red 105 ◦ green 155 ◦ blue 21

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

Shades of Christi #699B15

Tints of Christi #699B15

RGB

 RED value IS 105 (41.41% from 255) = 37.37%

 GREEN value IS 155 (60.94% from 255) = 55.16%

 BLUE value IS 21 (8.59% from 255) = 7.47%

R = 37.37%
G = 55.16%
B = 7.47%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#699B15 (or 0x699B15) is known color: Christi. HEX triplet: 69, 9B and 15. RGB value is (105,155,21). Sum of RGB (Red+Green+Blue) = 105+155+21=281 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.37% from 281); Green value is 155 (60.94% from 255 or 55.16% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 155 - color contains mainly: green. Hex color #699B15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699B15 is #9664EA. Grayscale: #7D7D7D. Windows color (decimal): -9856235 or 1416041. OLE color: 1416041.

HSL color Cylindrical-coordinate representation of color #699B15: hue angle of 82.39º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #699B15 is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB 105 155 21 -
CMYK 0.32 0 0.86 0.39
HSL 82.39º 0.76% 0.35% -
HSV(B) 82.39º 0.86% 0.61% -
XYZ 17.68 26.5 4.89 -
YUV 124.77 69.44 113.9 -
System Red Green Blue C M Y K H S L
Decimal 105 155 21 0.32 0 0.86 0.39 82.39 0.76 0.35
Hex 69 9B 15 20 0 56 27 52 4C 23
Octal 151 233 25 40 0 126 47 122 114 43
Binary 1101001 10011011 10101 100000 0 1010110 100111 1010010 1001100 100011

Color Harmonies of #699B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699B15

Black with #699B15

Text Example


Text Example

White with #699B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699B15; }

 p { color: rgb(105,155,21); }

 H1.HeaderClassName
 {
   color: #699B15;
 }
 .AnyTagClassName
 {
   color: #699B15;
 }
</style>

background-color css

<style>
 a { background-color: #699B15; }

 a { background-color: rgb(105,155,21); }

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

border-color css

<style>
 span { border-color: #699B15; }

 span { border-color: rgb(105,155,21); }

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